The tint
property overrides the default accent color for a specific view using a given style. Unlike the global app accent color (which may be modified by user settings), tint
is always respected and should be used to convey semantic meaning or visual emphasis at the component level.
ShapeStyle
: A solid color, gradient, or material.DynamicShapeStyle
: A color or gradient that adapts to light/dark mode.Toggle
, Slider
, Button
, or ProgressView
.